home *** CD-ROM | disk | FTP | other *** search
/ Programmer Power Tools / Programmer Power Tools.iso / progjrn / pj_7_6.arc / WINSTACK.H < prev    next >
C/C++ Source or Header  |  1988-04-25  |  244b  |  12 lines

  1. /*
  2.  * winstack.h        support winPush(win) and winPop().
  3.  *
  4.  * (c) Copyright 1988 Aspen Scientific
  5.  * All Rights Reserved.
  6.  */
  7.  
  8. #define WIN_MAX        32    /* this should be enough */
  9.  
  10. extern int winPush( WINDOW * );
  11. extern void winPop( void );
  12.